From: Sam Steingold Date: Thu, 13 Jan 2022 17:13:30 +0000 (-0500) Subject: ; tweak doc X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~16^2~3527 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fbffe2cc30ffd92872628a6dba2684296b535b9e;p=emacs.git ; tweak doc --- diff --git a/lisp/auth-source.el b/lisp/auth-source.el index 046a685d744..8a425cf9bc0 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el @@ -861,7 +861,7 @@ while \(:host t) would find all host entries." secret))) (defun auth-source-pick-first-password (&rest spec) - "Pick the first secret found from applying SPEC to `auth-source-search'." + "Pick the first secret found by applying 'auth-source-search' to SPEC." (auth-info-password (car (apply #'auth-source-search (plist-put spec :max 1))))) (defun auth-source-format-prompt (prompt alist)